home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-12 | 664 b | 16 lines | [TEXT/ToyS] |
- set CGIResult to ""
-
- with timeout of 99999 seconds
- tell application "cgi-68K.cgi"
- set CGIResult to CGI "path" method "POST" search "search+here" post ¬
- "Field1=Some+text&field+2=%80that's+percent+80" client address ¬
- "grant.mac.home" usermail "grant@acm.org" username "GRANT" password ¬
- "TEST" server address "192.0.1.2" server port "80" script name "" referer ¬
- "http://arpp.carleton.ca/grant/" user agent "AppleScript" content type ¬
- "text/plain" action name "TEST" action path "" client IP "192.0.1.2" full request "" connection 1
- end tell
- end timeout
-
- return CGIResult
- --activate me
- --display dialog CGIResult buttons {"OK"} default button 1